'Declaration Public Sub InsertChildAt( _ ByVal index As Integer, _ ByVal element As ILayoutElement _ )
'Usage Dim instance As LayoutGroup(Of T) Dim index As Integer Dim element As ILayoutElement instance.InsertChildAt(index, element)
public void InsertChildAt( int index, ILayoutElement element )
Parameters
- index
- The index at which the child element will be inserted.
- element
- The element that will be inserted.